Skip to content

ci: remove pdf tests from windows short tests #2465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 3, 2023

Conversation

DangerChamp
Copy link
Contributor

Removes pdf tests from windows short tests
fixes: #2464

Removes pdf tests from windows short tests
@DangerChamp
Copy link
Contributor Author

I didn't know if I was meant to delete the "Install pdftotext, reportlab and cve-bin-tool" so feel free to correct me :)

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes to removing the install pdftotext section.

But it looks like you removed the lines in the windows long tests section instead of the windows short test section. Could you swap that? If your editor does line numbers the lines you need to remove start at line 297.

@codecov-commenter
Copy link

codecov-commenter commented Dec 21, 2022

Codecov Report

Merging #2465 (c4cb95c) into main (ab5c2fc) will increase coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2465      +/-   ##
==========================================
+ Coverage   77.79%   77.94%   +0.14%     
==========================================
  Files         581      591      +10     
  Lines        9679     9729      +50     
  Branches     1319     1319              
==========================================
+ Hits         7530     7583      +53     
+ Misses       1847     1844       -3     
  Partials      302      302              
Flag Coverage Δ
longtests 77.01% <ø> (+0.14%) ⬆️
win-longtests 75.35% <ø> (+0.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cve_bin_tool/checkers/__init__.py 95.55% <0.00%> (ø)
test/test_data/kubernetes.py 100.00% <0.00%> (ø)
cve_bin_tool/checkers/qemu.py 100.00% <0.00%> (ø)
cve_bin_tool/checkers/doxygen.py 100.00% <0.00%> (ø)
cve_bin_tool/checkers/flac.py 100.00% <0.00%> (ø)
cve_bin_tool/checkers/kubernetes.py 100.00% <0.00%> (ø)
test/test_data/qemu.py 100.00% <0.00%> (ø)
test/test_data/faad2.py 100.00% <0.00%> (ø)
test/test_data/flac.py 100.00% <0.00%> (ø)
cve_bin_tool/checkers/faad2.py 100.00% <0.00%> (ø)
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks! Sorry I didn't get this one merged before the holidays.

@terriko terriko merged commit 1ef14eb into intel:main Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: remove pdf tests from windows short tests
3 participants